home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mayan.dxr / 00146.ls < prev    next >
Encoding:
Text File  |  1997-05-24  |  366 b   |  16 lines

  1. on exitFrame
  2.   global bjcu, end
  3.   set the soundEnabled to 1
  4.   set the timeoutScript to EMPTY
  5.   set end to the duration of cast "JGBJCU.MOV"
  6.   if bjcu <> 0 then
  7.     set the movieTime of sprite 5 to bjcu
  8.   else
  9.     set the movieTime of sprite 5 to 0
  10.   end if
  11.   if the movieRate of sprite 5 <> 1 then
  12.     set the movieRate of sprite 5 to 1
  13.   end if
  14.   updateStage()
  15. end
  16.